Skip to main content
Version: 5.1.1.0

webdavcollection.save

Description

This feature stores a message to an underlying persistent message list, whereby the message list is referenced by a WebDAV channel. That WebDAV channel exposes the content over the WebDAV protocol as a file system directory, that can be used to retrieve or put messages from this WebDAV message list. Since the WebDAV channel required additional attributes for the stored message entry, the following parameters have to be supplied: NAME , LASTMODIFIED.

Create

See creation of Scriptlet.

Configuration

Label and Non functional properties

See common configurations for activites.

Properties and Parameter assignment

The assignment sections define the assignment of variables between the script and the process model.

The following parameters are available:

Ingoing parameters:

- **WEBDAVCOLLECTION**: Name identifying the message list
- **WEBDAVMSG**: Message to be stored in the message list
- **NAME**: Filename that will be displayed on the web
- **LASTMODIFIED** Date of last modification

Outgoing parameters

- There is no return value.